body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 0px;
}

h1, h2, h3, h4
	{
        margin-top: 0px;
        padding-top: 0px;
	font-weight: bold;
	}
h1
	{
	font-size: 120%;
	}
h2
	{
	font-size: 130%;
	}
h3
	{
	font-size: 115%;
	}
h4
	{
	font-size: 100%;
	}
div#head {
    position: absolute;
    width:750px;
    height:100px;
    left:0px;
    top: 0px;
    background-color: #FFFF66;
}
div#columns {
    position: relative;
    margin-left:0px; 
    width: 750px;
    top: 10px;
    background-color: #FFFFFF;
}
div#side1 {
    position:absolute;
    width:150px;
    top: 0px;
    left:0px;
    background-color: #FF6666;
}
div#content {
    position: relative;
    width: 450px;
    top: 0px;
    left: 150px;
    background-color: #999999;
}
div#side2 {
    position:absolute;
    width:150px;
    top: 0px;
    left: 600px;
    background-color: #00FF66;
}
/* This allows for a centered floating column */
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 20px;
    width:750px;
    background-color: #CCCCCC;
}
div#foot {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    width: 750px;
    clear: both;
    margin-top: 20px;
    background-color: #FFFFFF;
} 